From aee87fc43225838250c70d5d5e3c1ace03994a93 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 11 Mar 1993 07:10:34 +0000 Subject: [PATCH] * s/usg5-3.h (LIBX11_SYSTEM): Eric Raymond says the libraries here were slightly wrong. --- src/s/usg5-3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s/usg5-3.h b/src/s/usg5-3.h index a4f7deccf52..e982a384f3e 100644 --- a/src/s/usg5-3.h +++ b/src/s/usg5-3.h @@ -212,7 +212,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* X needs to talk on the network, so search the network library. */ #define LIBX10_SYSTEM -lnsl_s -#define LIBX11_SYSTEM -lnsl -lnsl_s -lpt -lc_s +#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s /* The docs for system V/386 suggest v.3 has sigpause, so let's give it a try. */ -- 2.30.2